Thu Apr 30 2020 08:51:47 GMT+0200 (GMT+02:00)

Given that i am on the holidaymaker webpage 6s 148ms

When i click "välj land" 7ms

Then i should get a list of countries 265ms

Given that I'm at the Holidaymaker home page 8s 30ms

When I click Register on menu 2s 315ms

And I enter Email 2s 72ms

And I enter Lösenord 2s 64ms

And I enter Namn 2s 39ms

And I enter Telefon 2s 51ms

And I click the Registrera button and Popup shows that the signup is done 1s 235ms

And I close the popup 20s 1ms Show Error +
                                            
function timed out after 20000 milliseconds

Then Signup is done. 0s

After 1s 16ms Screenshot +

Given that I'm at the Holidaymaker home page 7s 595ms

When I click Login on menu 2s 319ms

And I enter User name 2s 83ms

And I enter Password 2s 42ms

And I click the Login button 1s 258ms

Then I am logged in. 1s 15ms

Given that I'm at the Holidaymaker home page 7s 46ms

When I choose Frankrike 1s 290ms

And I enter check-in date 1s 306ms

And I enter check-out date 1s 268ms

And I enter the number of adults 1s 222ms

And I enter the number of kids 1s 244ms

And I enter the number of babies 1s 248ms

And I click the Sök button 1s 259ms

Then The page shows the results. < 1ms

Given that I'm at the Holidaymaker home page 7s 590ms

When I click Login on menu 2s 259ms

And I enter User name 2s 46ms

And I enter Password 2s 32ms

And I click the Login button 1s 225ms

Then I am logged in. 1s 25ms

Given that I'm at the Holidaymaker home page 7s 536ms

When I click Register on menu 2s 348ms

And I enter Email 2s 55ms

And I enter Lösenord 2s 33ms

And I enter Namn 2s 73ms

And I enter Telefon 2s 51ms

And I click the Registrera button and Popup shows that the signup is done 1s 249ms

And I close the popup 19s 999ms Show Error +
                                            
function timed out after 20000 milliseconds

Then Signip is done and get back to the main page. 0s

Then(/^Signip is done and get back to the main page.$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });

After 1s 57ms Screenshot +